| Name | Description |
|
AllowImplicitConnect (inherited from TDAConnectionOptions) |
Specifies whether to allow or not implicit connection opening.
|
|
ApplicationName |
Defines the application name for connecting to the server. This name will be displayed in the pg_stat_activity view and included in CSV log entries. Only printable ASCII characters may be used in the ApplicationName value. Other characters will be replaced with question marks (?).
|
|
Charset |
Used to set the character set that PgDAC uses to read and write character data.
|
|
CurrentTimeZone |
Specifies the time zone that PgDAC uses when reading and writing timestamp with time zone data.
|
|
DefaultSortType (inherited from TDAConnectionOptions) |
Specifies the default type of local sorting for string fields. It is used when a sort type is not explicitly set after the field name in the TMemDataSet.IndexFieldNames property of a dataset.
|
|
DisconnectedMode (inherited from TDAConnectionOptions) |
Opens a connection only when needed to perform a server call, and closes that connection after the operation is complete.
|
|
EnableBCD |
Specifies whether the currency type is enabled. The default value of this option is False.
|
|
EnableComposites |
Detects fields of the composite (ROW) type and creates separate fields for each attribute of the composite type.
|
|
EnableDomains |
Specifies how fields of the domain types are mapped to TField with the base domain type.
|
|
EnableFMTBCD |
Uses FMTBCD instead of float for large integer numbers to keep precision.
|
|
EnableGeometrics |
Specifies how fields of the geometric types are mapped to TPgGeometricField.
|
|
EnablePgInet |
Specifies whether fields of the Inet data type are mapped to TPgInetField.
|
|
EnablePgTimeStamps |
Maps DATE, TIME, and TIMESTAMP fields to TPgDateField, TPgTimeField, and TPgTimeStampField accordingly.
|
|
ExactTimeZone |
Specifies that PgDAC uses the native PostgreSQL server rules when reading data that includes a time zone.
|
|
ImmediateNotices |
Sets the behavior of receiving notices from PostgreSQL.
|
|
IPVersion |
Used to specify the Internet Protocol version.
|
|
KeepDesignConnected (inherited from TDAConnectionOptions) |
Prevents an application from establishing a connection at the time of startup.
|
|
LocalFailover (inherited from TDAConnectionOptions) |
If True, the TCustomDAConnection.OnConnectionLost event occurs, and a failover operation can be performed after the connection is lost.
|
|
MessagesCharset |
Used to set a character set for PostgreSQL error messages.
|
|
MultipleConnections |
Used to enable or disable the creation of an additional internal connection for TPgQuery, when necessary.
|
|
UseUnicode |
Used to specify a value indicating whether the UTF8 charset will be used.
|